From: awilliam@ldap.hp.com Date: Tue, 25 Apr 2006 17:54:45 +0000 (-0700) Subject: [IA64] introduce compile time option to xen X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16142 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=fbc92d2b9d8218ae388eeef4e7123eb607428632;p=xen.git [IA64] introduce compile time option to xen introduce xen_ia64_dom0_virtual_physical compile time option. Signed-off-by: Isaku Yamahata --- diff --git a/xen/arch/ia64/Rules.mk b/xen/arch/ia64/Rules.mk index c574680eeb..073a43b456 100644 --- a/xen/arch/ia64/Rules.mk +++ b/xen/arch/ia64/Rules.mk @@ -3,6 +3,8 @@ HAS_ACPI := y VALIDATE_VT ?= n +xen_ia64_dom0_virtual_physical ?= n + ifneq ($(COMPILE_ARCH),$(TARGET_ARCH)) CROSS_COMPILE ?= /usr/local/sp_env/v2.2.5/i686/bin/ia64-unknown-linux- endif @@ -34,4 +36,7 @@ CFLAGS += -g ifeq ($(VALIDATE_VT),y) CFLAGS += -DVALIDATE_VT endif +ifeq ($(xen_ia64_dom0_virtual_physical),y) +CFLAGS += -DCONFIG_XEN_IA64_DOM0_VP +endif LDFLAGS := -g